GtkGrid: Add a way to insert rows or columns
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Aug 2011 10:06:59 +0000 (12:06 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Aug 2011 11:13:48 +0000 (13:13 +0200)
commit17f99f663f178edf06b20bebd00bc3fd56ae006a
tree160242a67c4d5e19259fc0ca34df6036c04dec8d
parent5bfef8c80a62fe4130602f0017f10880aa18e574
GtkGrid: Add a way to insert rows or columns

This is useful functionality that makes it easier to insert
things in the middle of an already populated grid.

Bug 653817
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkgrid.c
gtk/gtkgrid.h
tests/testgrid.c